You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLMtxVec Class > TOpenCLMtxVec Methods > SetVal Method > TOpenCLMtxVec.SetVal Method ([In] double, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLMtxVec.SetVal Method ([In] double, int, int)

Set all calling object elements [Index]..[Index+Len-1] to real Value.

Syntax
C#
Visual Basic
public new TOpenCLMtxVec SetVal([In] double Value, int Index, int Len);

If the calling object is complex then the real part is set to Value and the imaginary is set to zero. An exception is raised if array borders are overrun/underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!